# conky configuration # <arpinux2011> # made for ibm TPR51 #
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
#  Settings
##############################################
background yes
use_xft yes
xftfont Terminus:pixelsize=10
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_colour grey20
own_window_type override
own_window_title Infos System
double_buffer yes
minimum_size 400 100
maximum_width 400
draw_shades no
draw_outline no
draw_borders no
stippled_borders 0
border_inner_margin 5
border_width 1
draw_graph_borders no
default_color grey40
color1 grey70
color2 grey60
default_shade_color grey20
default_outline_color white
alignment tr
gap_x 15
gap_y 5
no_buffers yes
uppercase no
text_buffer_size 1024
imlib_cache_size 0
cpu_avg_samples 2
show_graph_scale no
show_graph_range no
short_units yes
override_utf8_locale yes
use_spacer none
if_up_strictness address
##############################################
#  Output
##############################################
TEXT
$hr
${alignr}${color1}network${color}${if_up eth1}tcp_port(s)${color1}${tcp_portmon 1 65535 count}${color}${else}${if_up eth3}tcp_port(s)${color1}${tcp_portmon 1 65535 count}${color}${else}${endif}${endif}
${if_up eth1}${goto 80}${color1}eth1${color}${alignr}${addrs eth1}/${color1}${texeci 600 ~/bin/ip.sh}${color}
${goto 120}down${color1}${downspeed eth1}${color}/s${alignr}${downspeedgraph eth1 8,130 151515 aaaaaa}
${goto 120}up${color1}${upspeed eth1}${color}/s${alignr}${upspeedgraph eth1 8,130 151515 aaaaaa}${else}${if_up eth3}${goto 80}${color1}wifi${color}${alignr}${addrs eth3}/${color1}${texeci 600 ~/bin/ip.sh}${color}
${goto 100}${color1}${wireless_essid eth3}${color}${alignr}qual${color1}${wireless_link_qual_perc eth3}${color}%
${goto 120}down${color1}${downspeed eth3}${color}/s${alignr}${downspeedgraph eth3 8,130 151515 aaaaaa}
${goto 120}up${color1}${upspeed eth3}${color}/s${alignr}${upspeedgraph eth3 8,130 151515 aaaaaa}${else}not available${endif}${endif}

${if_up eth1}      devart${color1}${texeci 600 ~/bin/devart.sh 1 messages}${color}message(s)/${color1}${texeci 600 ~/bin/devart.sh 0 feedbacks}${color}feedback(s)${color}${else}${if_up eth3}devart${color1}${texeci 600 ~/bin/devart.sh 1 messages}${color}message(s)/${color1}${texeci 600 ~/bin/devart.sh 0 feedbacks}${color}feedback(s)${alignr}${color}${else}${endif}${endif}
